Improve plumbing for calling external qemu builds
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jul 2008 13:26:09 +0000 (14:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jul 2008 13:26:09 +0000 (14:26 +0100)
commit2811570a7d2bf6eab1dca109a3b79e89f3568dcf
tree9e2614ca47295121e06b0867bcc3dbff95c0a188
parent3e56660c18170260e2720b8017d022c1665b3591
Improve plumbing for calling external qemu builds

* Remove ioemu-dir before replacing it with a symlink so that
  switching between trees doesn't go wrong.
* Remove case-based arrangement for making XEN_ROOT absolute
  and replace with $(abspath ...) since we depend on GNU make
  anyway.
* `make clean' recurses into ioemu-dir

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile